-
Notifications
You must be signed in to change notification settings - Fork 14
Update jump-api pr #294
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update jump-api pr #294
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## jg/jumpapi #294 +/- ##
==============================================
- Coverage 89.10% 88.70% -0.41%
==============================================
Files 16 16
Lines 1992 2054 +62
==============================================
+ Hits 1775 1822 +47
- Misses 217 232 +15 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
# TODO check ci.value's | ||
idx = model.cache.dual_mapping[ci.value] | ||
return model.forw_grad_cache.dual_Δs[idx] | ||
catch |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@andrewrosemberg, this way of getting the map does not seem to match perfectly with the one below
No description provided.